Html Css Color HEX #235ACF Cerulean Blue

📋 copy color: '#235ACF'

red 35 ◦ green 90 ◦ blue 207

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

Shades of Cerulean Blue #235ACF

Tints of Cerulean Blue #235ACF

RGB

 RED value IS 35 (14.06% from 255) = 10.54%

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 10.54%
G = 27.11%
B = 62.35%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#235ACF (or 0x235ACF) is known color: Cerulean Blue. HEX triplet: 23, 5A and CF. RGB value is (35,90,207). Sum of RGB (Red+Green+Blue) = 35+90+207=332 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.54% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #235ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #235ACF is #DCA530. Grayscale: #565656. Windows color (decimal): -14460209 or 13589027. OLE color: 13589027.

HSL color Cylindrical-coordinate representation of color #235ACF: hue angle of 220.81º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #235ACF is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 90 207 -
CMYK 0.83 0.57 0 0.19
HSL 220.81º 0.71% 0.47% -
HSV(B) 220.81º 0.83% 0.81% -
XYZ 15.61 12.17 60.56 -
YUV 86.89 195.78 90.99 -
System Red Green Blue C M Y K H S L
Decimal 35 90 207 0.83 0.57 0 0.19 220.81 0.71 0.47
Hex 23 5A CF 53 39 0 13 DD 47 2F
Octal 43 132 317 123 71 0 23 335 107 57
Binary 100011 1011010 11001111 1010011 111001 0 10011 11011101 1000111 101111

Color Harmonies of #235ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235ACF

Black with #235ACF

Text Example


Text Example

White with #235ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235ACF; }

 p { color: rgb(35,90,207); }

 H1.HeaderClassName
 {
   color: #235ACF;
 }
 .AnyTagClassName
 {
   color: #235ACF;
 }
</style>

background-color css

<style>
 a { background-color: #235ACF; }

 a { background-color: rgb(35,90,207); }

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

border-color css

<style>
 span { border-color: #235ACF; }

 span { border-color: rgb(35,90,207); }

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