Html Css Color HEX #264FDA Cerulean Blue

📋 copy color: '#264FDA'

red 38 ◦ green 79 ◦ blue 218

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

Shades of Cerulean Blue #264FDA

Tints of Cerulean Blue #264FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 11.34%
G = 23.58%
B = 65.07%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#264FDA (or 0x264FDA) is known color: Cerulean Blue. HEX triplet: 26, 4F and DA. RGB value is (38,79,218). Sum of RGB (Red+Green+Blue) = 38+79+218=335 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.34% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #264FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264FDA is #D9B025. Grayscale: #515151. Windows color (decimal): -14266406 or 14307110. OLE color: 14307110.

HSL color Cylindrical-coordinate representation of color #264FDA: hue angle of 226.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #264FDA is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 79 218 -
CMYK 0.83 0.64 0 0.15
HSL 226.33º 0.71% 0.5% -
HSV(B) 226.33º 0.83% 0.85% -
XYZ 16.25 11.07 67.61 -
YUV 82.59 204.42 96.2 -
System Red Green Blue C M Y K H S L
Decimal 38 79 218 0.83 0.64 0 0.15 226.33 0.71 0.5
Hex 26 4F DA 53 40 0 F E2 47 32
Octal 46 117 332 123 100 0 17 342 107 62
Binary 100110 1001111 11011010 1010011 1000000 0 1111 11100010 1000111 110010

Color Harmonies of #264FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264FDA

Black with #264FDA

Text Example


Text Example

White with #264FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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