Html Css Color HEX #264DDA Cerulean Blue

📋 copy color: '#264DDA'

red 38 ◦ green 77 ◦ blue 218

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

Shades of Cerulean Blue #264DDA

Tints of Cerulean Blue #264DDA

RGB

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

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

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

R = 11.41%
G = 23.12%
B = 65.47%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#264DDA (or 0x264DDA) is known color: Cerulean Blue. HEX triplet: 26, 4D and DA. RGB value is (38,77,218). Sum of RGB (Red+Green+Blue) = 38+77+218=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #264DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #264DDA is #D9B225. Grayscale: #505050. Windows color (decimal): -14266918 or 14306598. OLE color: 14306598.

HSL color Cylindrical-coordinate representation of color #264DDA: hue angle of 227º 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 #264DDA is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 77 218 -
CMYK 0.83 0.65 0 0.15
HSL 227º 0.71% 0.5% -
HSV(B) 227º 0.83% 0.85% -
XYZ 16.11 10.78 67.56 -
YUV 81.41 205.08 97.04 -
System Red Green Blue C M Y K H S L
Decimal 38 77 218 0.83 0.65 0 0.15 227 0.71 0.5
Hex 26 4D DA 53 41 0 F E3 47 32
Octal 46 115 332 123 101 0 17 343 107 62
Binary 100110 1001101 11011010 1010011 1000001 0 1111 11100011 1000111 110010

Color Harmonies of #264DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DDA

Black with #264DDA

Text Example


Text Example

White with #264DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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