Html Css Color HEX #264BBA Cerulean Blue

📋 copy color: '#264BBA'

red 38 ◦ green 75 ◦ blue 186

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

Shades of Cerulean Blue #264BBA

Tints of Cerulean Blue #264BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 186 (73.05% from 255) = 62.21%

R = 12.71%
G = 25.08%
B = 62.21%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#264BBA (or 0x264BBA) is known color: Cerulean Blue. HEX triplet: 26, 4B and BA. RGB value is (38,75,186). Sum of RGB (Red+Green+Blue) = 38+75+186=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #264BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #264BBA is #D9B445. Grayscale: #4C4C4C. Windows color (decimal): -14267462 or 12208934. OLE color: 12208934.

HSL color Cylindrical-coordinate representation of color #264BBA: hue angle of 225º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #264BBA is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 75 186 -
CMYK 0.80 0.60 0 0.27
HSL 225º 0.66% 0.44% -
HSV(B) 225º 0.8% 0.73% -
XYZ 12.18 8.99 47.55 -
YUV 76.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 38 75 186 0.80 0.60 0 0.27 225 0.66 0.44
Hex 26 4B BA 50 3C 0 1B E1 42 2C
Octal 46 113 272 120 74 0 33 341 102 54
Binary 100110 1001011 10111010 1010000 111100 0 11011 11100001 1000010 101100

Color Harmonies of #264BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264BBA

Black with #264BBA

Text Example


Text Example

White with #264BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,75,186); }

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

background-color css

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

 a { background-color: rgb(38,75,186); }

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

border-color css

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

 span { border-color: rgb(38,75,186); }

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