Html Css Color HEX #264ADA Cerulean Blue

📋 copy color: '#264ADA'

red 38 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #264ADA

Tints of Cerulean Blue #264ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

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

R = 11.52%
G = 22.42%
B = 66.06%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#264ADA (or 0x264ADA) is known color: Cerulean Blue. HEX triplet: 26, 4A and DA. RGB value is (38,74,218). Sum of RGB (Red+Green+Blue) = 38+74+218=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #264ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ADA is #D9B525. Grayscale: #4F4F4F. Windows color (decimal): -14267686 or 14305830. OLE color: 14305830.

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

Color convert

RGB 38 74 218 -
CMYK 0.83 0.66 0 0.15
HSL 228º 0.71% 0.5% -
HSV(B) 228º 0.83% 0.85% -
XYZ 15.9 10.37 67.49 -
YUV 79.65 206.07 98.29 -
System Red Green Blue C M Y K H S L
Decimal 38 74 218 0.83 0.66 0 0.15 228 0.71 0.5
Hex 26 4A DA 53 42 0 F E4 47 32
Octal 46 112 332 123 102 0 17 344 107 62
Binary 100110 1001010 11011010 1010011 1000010 0 1111 11100100 1000111 110010

Color Harmonies of #264ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ADA

Black with #264ADA

Text Example


Text Example

White with #264ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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