Html Css Color HEX #264FDD Cerulean Blue

📋 copy color: '#264FDD'

red 38 ◦ green 79 ◦ blue 221

#264FDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #264FDD

Tints of Cerulean Blue #264FDD

RGB

 RED value IS 38 (15.23% from 255) = 11.24%

 GREEN value IS 79 (31.25% from 255) = 23.37%

 BLUE value IS 221 (86.72% from 255) = 65.38%

R = 11.24%
G = 23.37%
B = 65.38%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#264FDD (or 0x264FDD) is known color: Cerulean Blue. HEX triplet: 26, 4F and DD. RGB value is (38,79,221). Sum of RGB (Red+Green+Blue) = 38+79+221=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #264FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FDD is #D9B022. Grayscale: #525252. Windows color (decimal): -14266403 or 14503718. OLE color: 14503718.

HSL color Cylindrical-coordinate representation of color #264FDD: hue angle of 226.56º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264FDD is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 79 221 -
CMYK 0.83 0.64 0 0.13
HSL 226.56º 0.73% 0.51% -
HSV(B) 226.56º 0.83% 0.87% -
XYZ 16.65 11.22 69.7 -
YUV 82.93 205.92 95.95 -
System Red Green Blue C M Y K H S L
Decimal 38 79 221 0.83 0.64 0 0.13 226.56 0.73 0.51
Hex 26 4F DD 53 40 0 D E3 49 33
Octal 46 117 335 123 100 0 15 343 111 63
Binary 100110 1001111 11011101 1010011 1000000 0 1101 11100011 1001001 110011

Color Harmonies of #264FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FDD

Black with #264FDD

Text Example


Text Example

White with #264FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264FDD; }

 p { color: rgb(38,79,221); }

 H1.HeaderClassName
 {
   color: #264FDD;
 }
 .AnyTagClassName
 {
   color: #264FDD;
 }
</style>

background-color css

<style>
 a { background-color: #264FDD; }

 a { background-color: rgb(38,79,221); }

 div.DivClassName
 {
   background-color: #264FDD;
 }
 .BgClassName
 {
   background-color: #264FDD;
 }
</style>

border-color css

<style>
 span { border-color: #264FDD; }

 span { border-color: rgb(38,79,221); }

 td.TdClassName
 {
   border-color: #264FDD;
 }
 .TagClassName
 {
   border-color: #264FDD;
 }
</style>