Html Css Color HEX #264DCF Cerulean Blue

📋 copy color: '#264DCF'

red 38 ◦ green 77 ◦ blue 207

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

Shades of Cerulean Blue #264DCF

Tints of Cerulean Blue #264DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 11.8%
G = 23.91%
B = 64.29%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#264DCF (or 0x264DCF) is known color: Cerulean Blue. HEX triplet: 26, 4D and CF. RGB value is (38,77,207). Sum of RGB (Red+Green+Blue) = 38+77+207=322 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.80% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #264DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DCF is #D9B230. Grayscale: #4F4F4F. Windows color (decimal): -14266929 or 13585702. OLE color: 13585702.

HSL color Cylindrical-coordinate representation of color #264DCF: hue angle of 226.15º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #264DCF is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 77 207 -
CMYK 0.82 0.63 0 0.19
HSL 226.15º 0.69% 0.48% -
HSV(B) 226.15º 0.82% 0.81% -
XYZ 14.72 10.22 60.23 -
YUV 80.16 199.58 97.93 -
System Red Green Blue C M Y K H S L
Decimal 38 77 207 0.82 0.63 0 0.19 226.15 0.69 0.48
Hex 26 4D CF 52 3F 0 13 E2 45 30
Octal 46 115 317 122 77 0 23 342 105 60
Binary 100110 1001101 11001111 1010010 111111 0 10011 11100010 1000101 110000

Color Harmonies of #264DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DCF

Black with #264DCF

Text Example


Text Example

White with #264DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,207); }

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

background-color css

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

 a { background-color: rgb(38,77,207); }

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

border-color css

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

 span { border-color: rgb(38,77,207); }

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