Html Css Color HEX #264ADD Cerulean Blue

📋 copy color: '#264ADD'

red 38 ◦ green 74 ◦ blue 221

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

Shades of Cerulean Blue #264ADD

Tints of Cerulean Blue #264ADD

RGB

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

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

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

R = 11.41%
G = 22.22%
B = 66.37%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#264ADD (or 0x264ADD) is known color: Cerulean Blue. HEX triplet: 26, 4A and DD. RGB value is (38,74,221). Sum of RGB (Red+Green+Blue) = 38+74+221=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #264ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264ADD is #D9B522. Grayscale: #4F4F4F. Windows color (decimal): -14267683 or 14502438. OLE color: 14502438.

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

Color convert

RGB 38 74 221 -
CMYK 0.83 0.67 0 0.13
HSL 228.2º 0.73% 0.51% -
HSV(B) 228.2º 0.83% 0.87% -
XYZ 16.3 10.53 69.58 -
YUV 79.99 207.57 98.05 -
System Red Green Blue C M Y K H S L
Decimal 38 74 221 0.83 0.67 0 0.13 228.2 0.73 0.51
Hex 26 4A DD 53 43 0 D E4 49 33
Octal 46 112 335 123 103 0 15 344 111 63
Binary 100110 1001010 11011101 1010011 1000011 0 1101 11100100 1001001 110011

Color Harmonies of #264ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264ADD

Black with #264ADD

Text Example


Text Example

White with #264ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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